forum

home / developersection / forums / how to retrieve form values in controller action?

How to Retrieve form values in controller action?

Sunil Singh 1202 15-Dec-2017

I want to get form textbox data .I have an MVC controller that has this Action Method:

[HttpPost]

public ActionResult SubmitAction()
{
     // Get Post Params Here
 ... return something ...
}

and i have simple form with textboxes

How I access the parameter values?


Updated on 15-Dec-2017
Sunil Singh

Other


Message
Can you answer this question?

Answer

1 Answers

Liked By